home *** CD-ROM | disk | FTP | other *** search
/ Beginning Mac Programming / Beginning Mac Programming.bin / Open Me for REALbasic 3 / REALbasic 3.2 / Example Projects / Applications / MacWhois / ReadMe < prev   
Text File  |  1999-08-05  |  1KB  |  13 lines

  1. MacWhois - Readme
  2.  
  3. MacWhois is a simple mac implementation of the internet domain WHOIS protocol.
  4.  
  5. This interface is pretty simple, the whois server (rs.internic.net by default, which has domain info on all .com, .net, .org, and .edu domains in the US) is entered in the top field.  The whois query string is entered in the bottom field (a query string is anything sent to the whois server, simple queries are just a single domain name to look up, such as "apple.com", while more specific queries such as "!APPLE-DOM" will get info on a specific handle.  Personal NIC handles can also be queried, such as Jon Doe's handle for example: JD1234)
  6. The output from the server (if no errors are encountered) is deposited into the large field in the middle of the window.  This field is readonly, and copyable.  The output received so far can put saved to a text file using the "Save Output" command in the file menu.
  7.  
  8.  
  9. This version is compiled PowerPC only with REALbasic 2.0.2a9.
  10. 68K version or the project file is available on request
  11.  
  12. 8/5/99
  13. matt@rr.zer0.net